-
Notifications
You must be signed in to change notification settings - Fork 102
feat: Set up NGF integration to N1 Console #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview will be available once build job completes!
|
## Install from the OCI registry | ||
<!-- Corresponds to step 3 in the UX --> | ||
{{< include "/ngf/installation/install-oci-registry.md" >}} | ||
|
||
### Install from sources {#install-from-sources} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to include setting the flag specifying the secret name when installing through Helm for all the commands,
--set nginx.nginxOneConsole.dataplaneKeySecretName=<data_plane_key_secret_name>
Like they do in NIC.
We can also specify through manifests they need to add the --nginx-one-dataplane-key-secret=<data_plane_key_secret_name>
argument on the NGF deployment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bjee19 can you be more specific? I don't see examples where we use
--set nginx.nginxOneConsole.dataplaneKeySecretName=<data_plane_key_secret_name>
--nginx-one-dataplane-key-secret=<data_plane_key_secret_name>
In our NIC docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is where we use a similar --set
flag to set these parameters in the NIC docs:
https://docs.nginx.com/nginx-one/k8s/add-nic/
Below is the command mentioned in the NIC doc:
helm upgrade --install my-release oci://ghcr.io/nginx/charts/nginx-ingress --version 2.2.1 \
--set nginxAgent.enable=true \
--set nginxAgent.dataplaneKeySecretName=<data_plane_key_secret_name> \
--set nginxAgent.endpointHost=agent.connect.nginx.com
There was also a question about the consistency (using nginx.nginxAgent
versus nginx.nginxOneConsole
) in this slack discussion: https://f5.slack.com/archives/C07RT2VUTBL/p1755121421428819
We decided that this is not a concern since NGINX Agent has a bigger presence/use in NIC.
In NIC, the doc provided both the Helm and Manifests options for deploying. We'd want to do the same for NGF, and also include an option to deploy NGF using |
Co-authored-by: bjee19 <[email protected]>
Co-authored-by: Alan Dooley <[email protected]>
I'm calling this a Working draft, to make it easier for our developers to use this as a test template of sorts
Proposed changes
Set up NGF integration into N1 Console.
<!-- in comments -->
to the UI and steps that we're using in that processThe primary build page is here: https://frontdoor-test-docs.nginx.com/previews/docs/902/nginx-one/k8s/add-ngf/
I think there's work to be done w/r/t data plane keys. We have a bunch of different ways to create them
This might close issue 660.
Closes #ISSUE
Checklist
Before merging a pull request, run through this checklist and mark each as complete.
README.md
Footnotes
Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to our style guide for guidance about placeholder content. ↩